keys

open suspend override fun keys(pagination: Pagination, reversed: Boolean): PaginationResult<FromKey>

This method should use sorted by Keys search and take the PaginationResult. By default, it should use ascending sort for Keys


open suspend override fun keys(    v: FromValue,     pagination: Pagination,     reversed: Boolean): PaginationResult<FromKey>

This method should use sorted by Keys search and take the PaginationResult. By default, it should use ascending sort for Keys

Parameters

v

This value should be used to exclude from search the items with different Values